I was given access to our organization’s dev account to test Terraform code and told we had a hard limit of two users in this account. In the console I saw there were two test users, so I deleted one. When I try to apply the terraform that creates an additional user, I receive the error
Error: POST API call to https://api.pagerduty.com/users failed 400 Bad Request. Code: 2001, Errors: [You have hit your regular user limit], Message: Invalid Input Provided
Is there some reason why deleting a user would not allow me to create a new one?